home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / ChipCD 6.02.iso / software / tweakall / TweakAll2setup.exe / {app} / TweakAll.exe / 0 / RCDATA / TPASSWORD / TPASSWORD.txt
Text File  |  2001-10-11  |  1KB  |  67 lines

  1. object Password: TPassword
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Enter Password'
  7.   ClientHeight = 102
  8.   ClientWidth = 291
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label2: TLabel
  21.     Tag = 59
  22.     Left = 8
  23.     Top = 52
  24.     Width = 46
  25.     Height = 13
  26.     Caption = 'Password'
  27.   end
  28.   object Label1: TLabel
  29.     Tag = 58
  30.     Left = 8
  31.     Top = 8
  32.     Width = 273
  33.     Height = 33
  34.     AutoSize = False
  35.     Caption = 
  36.       'TweakAll 2 is currently locked.  Please enter a password to cont' +
  37.       'inue.'
  38.     WordWrap = True
  39.   end
  40.   object edtPassword: TEdit
  41.     Left = 64
  42.     Top = 48
  43.     Width = 217
  44.     Height = 21
  45.     PasswordChar = '*'
  46.     TabOrder = 0
  47.   end
  48.   object btnCancel: TBitBtn
  49.     Tag = 17
  50.     Left = 8
  51.     Top = 72
  52.     Width = 75
  53.     Height = 25
  54.     TabOrder = 1
  55.     Kind = bkCancel
  56.   end
  57.   object btnOK: TBitBtn
  58.     Tag = 15
  59.     Left = 208
  60.     Top = 72
  61.     Width = 75
  62.     Height = 25
  63.     TabOrder = 2
  64.     Kind = bkOK
  65.   end
  66. end
  67.